diff options
Diffstat (limited to 'dutmp.c')
-rw-r--r-- | dutmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ | |||
25 | #define utmp new_utmp | 25 | #define utmp new_utmp |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | |||
28 | static const char dutmp_usage[] = "dutmp [FILE]\n\n" | 29 | static const char dutmp_usage[] = "dutmp [FILE]\n\n" |
29 | "Dump utmp file format (pipe delimited) from FILE\n" | 30 | "Dump utmp file format (pipe delimited) from FILE\n" |
30 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; | 31 | "or stdin to stdout. (i.e. 'dutmp /var/run/utmp')\n"; |