aboutsummaryrefslogtreecommitdiff
path: root/coreutils/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/id.c')
-rw-r--r--coreutils/id.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c
index 42ed4c749..aa6ae4711 100644
--- a/coreutils/id.c
+++ b/coreutils/id.c
@@ -19,7 +19,6 @@
19//usage: "[OPTIONS] [USER]" 19//usage: "[OPTIONS] [USER]"
20//usage:#define id_full_usage "\n\n" 20//usage:#define id_full_usage "\n\n"
21//usage: "Print information about USER or the current user\n" 21//usage: "Print information about USER or the current user\n"
22//usage: "\nOptions:"
23//usage: IF_SELINUX( 22//usage: IF_SELINUX(
24//usage: "\n -Z Security context" 23//usage: "\n -Z Security context"
25//usage: ) 24//usage: )