aboutsummaryrefslogtreecommitdiff
path: root/coreutils/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/du.c')
-rw-r--r--coreutils/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c
index f61d978b7..efc449097 100644
--- a/coreutils/du.c
+++ b/coreutils/du.c
@@ -165,7 +165,7 @@ int du_main(int argc, char **argv)
165 } 165 }
166#endif 166#endif
167 167
168 /* Note: SUSv3 specifies that -a and -s options can not be used together 168 /* Note: SUSv3 specifies that -a and -s options cannot be used together
169 * in strictly conforming applications. However, it also says that some 169 * in strictly conforming applications. However, it also says that some
170 * du implementations may produce output when -a and -s are used together. 170 * du implementations may produce output when -a and -s are used together.
171 * gnu du exits with an error code in this case. We choose to simply 171 * gnu du exits with an error code in this case. We choose to simply