summaryrefslogtreecommitdiffstats
path: root/eurephiadm/commands
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-07-02 18:15:52 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:55 +0200
commitc66f7eb40d8410ce7f1a165b97917ec4b50dc685 (patch)
treea1e9aa514aa0ab1ac693636babaed6f521de6c80 /eurephiadm/commands
parent39d17165f2aaccdbd9e504b6288faea87dc0139c (diff)
downloadeurephia-c66f7eb40d8410ce7f1a165b97917ec4b50dc685.tar.gz
eurephia-c66f7eb40d8410ce7f1a165b97917ec4b50dc685.tar.xz
eurephia-c66f7eb40d8410ce7f1a165b97917ec4b50dc685.zip
eurephiadm, lastlog: Corrected help screen
Diffstat (limited to 'eurephiadm/commands')
-rw-r--r--eurephiadm/commands/lastlog.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/eurephiadm/commands/lastlog.c b/eurephiadm/commands/lastlog.c
index 0648e1f..b65f1be 100644
--- a/eurephiadm/commands/lastlog.c
+++ b/eurephiadm/commands/lastlog.c
@@ -64,7 +64,7 @@ void help_Lastlog()
"Valid arguments:\n"
" * Filters:\n"
" -c | --certid Certificate ID\n"
- " -i | --uid User account ID\n"
+ " -i | --uid User ID\n"
" -u | --username User name\n"
" -I | --ip-addr IP address of remote host\n"
" -s | --login Login time\n"
@@ -76,7 +76,8 @@ void help_Lastlog()
" -S | --sortkeys List sorting fields\n"
" -v | --verbose View detailed lastlog\n"
"\n"
- " Valid sort keys are:\n"
+ " Valid sort keys are: uid, certid, ip, vpnip, status, login, logout,\n"
+ " username, macaddr, uicid\n"
"\n"
);
}