From 531194ffcaf0eafb262fe766e23f888c38374b3f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 25 Mar 2002 16:05:31 +0000 Subject: merge changes from 4.1 --- Completion/Unix/Command/_last | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Completion/Unix/Command/_last (limited to 'Completion/Unix/Command/_last') diff --git a/Completion/Unix/Command/_last b/Completion/Unix/Command/_last new file mode 100644 index 000000000..56537bf84 --- /dev/null +++ b/Completion/Unix/Command/_last @@ -0,0 +1,17 @@ +#compdef last lastb + +_arguments \ + '-a[display hostname in last column]' \ + '-n[number]:number' \ + '-[number]:number' \ + '-f[filename]:filename:_files' \ + '-R[suppress display of hostname field]' \ + '-d[translate IP to hostname]' \ + '-i[display IP]' \ + '-o[read old-format wtmp]' \ + '-x[display shutdown/runlevel entries]' \ + '-h[hostname]:_hosts' \ + '-s[report duration in seconds]' \ + '-t[tty]:tty:' \ + '-w[widen duration field]' \ + '*:user:_users' -- cgit 1.4.1