X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fall.qh;h=359c0017955794bade60ea96a9565ed2edf5c009;hb=c6494490daa287dd5817c77e9c3d8416df182ed0;hp=39400eda12ccdc8f7f0ef0523f92a6920d8a9afb;hpb=9b4c4a2a49e37ec1147e1ca58514744cac8c74a2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items/all.qh b/qcsrc/common/items/all.qh index 39400eda1..359c00179 100644 --- a/qcsrc/common/items/all.qh +++ b/qcsrc/common/items/all.qh @@ -28,7 +28,7 @@ GENERIC_COMMAND(dumpitems, "Dump all items to the console", false) { } default: case CMD_REQUEST_USAGE: { - LOG_INFOF("Usage:^3 %s dumpitems", GetProgramCommandPrefix()); + LOG_HELPF("Usage:^3 %s dumpitems", GetProgramCommandPrefix()); return; } }