aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a3c1e8e..d56ac28 100644
--- a/src/main.c
+++ b/src/main.c
@@ -50,7 +50,7 @@ int main_info(int argc, char** argv)
int main_help(int argc, char** argv)
{
- puts("usage: " NAME " <command>\n\nList of commands:");
+ puts(USAGE_STR " <command>\n\nList of commands:");
print_help(main_commands, ARRAY_LEN(main_commands));