summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-04 11:53:14 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-04 11:53:14 +0100
commit93fa60b63d55a12a0a160370d613d7b3e27e9eeb (patch)
tree992a4e2eaeb7bec44955df4850e01f240745f62e /eurephiadm
parente3e7ab839651cdeea4998a0de6953d0f23b2e914 (diff)
downloadeurephia-93fa60b63d55a12a0a160370d613d7b3e27e9eeb.tar.gz
eurephia-93fa60b63d55a12a0a160370d613d7b3e27e9eeb.tar.xz
eurephia-93fa60b63d55a12a0a160370d613d7b3e27e9eeb.zip
Fixed missing arghints in help command
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eurephiadm/commands.h b/eurephiadm/commands.h
index 5b0995e..6f8a0ae 100644
--- a/eurephiadm/commands.h
+++ b/eurephiadm/commands.h
@@ -52,7 +52,7 @@ static const eurephiadm_functions cmdline_functions[] = {
// {command, need_session, acclvl, arghints,
// helpinfo, helpdescr, function}
- {"help", 0, NULL, NULL,
+ {"help", 0, NULL, "[<command>]",
"This help screen", NULL, cmd_Help},
{"logout", 1, NULL, NULL, // Logout is specially handled - change with care