diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index 42ed4c7..aa6ae47 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -19,7 +19,6 @@ //usage: "[OPTIONS] [USER]" //usage:#define id_full_usage "\n\n" //usage: "Print information about USER or the current user\n" -//usage: "\nOptions:" //usage: IF_SELINUX( //usage: "\n -Z Security context" //usage: ) |