X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qc;h=2296ef1389613feb1eaddd154fdbdb7f6d99d70a;hb=c6494490daa287dd5817c77e9c3d8416df182ed0;hp=736ed9c9d23be1050ff57350be5a4cbe2bca2b97;hpb=9b4c4a2a49e37ec1147e1ca58514744cac8c74a2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qc b/qcsrc/common/weapons/all.qc index 736ed9c9d..2296ef138 100644 --- a/qcsrc/common/weapons/all.qc +++ b/qcsrc/common/weapons/all.qc @@ -665,8 +665,8 @@ CLIENT_COMMAND(weapon_find, "Show spawn locations of a weapon") } case CMD_REQUEST_USAGE: { - LOG_INFO("Usage:^3 cl_cmd weapon_find weapon"); - LOG_INFO(" Where 'weapon' is the lowercase weapon name, 'all' or 'unowned'."); + LOG_HELP("Usage:^3 cl_cmd weapon_find weapon"); + LOG_HELP(" Where 'weapon' is the lowercase weapon name, 'all' or 'unowned'."); return; } }