Index: uspace/app/bdsh/cmds/modules/ls/ls.c
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/ls.c	(revision a20a451c147b0297544520294ee64349f3b70f64)
+++ uspace/app/bdsh/cmds/modules/ls/ls.c	(revision 87ba3ceb4a9a6fb7af047fa8de72534150fb4bc0)
@@ -355,7 +355,9 @@
 		    "If not path is given, the current working directory is used.\n"
 		    "Options:\n"
-		    "  -h, --help       A short option summary\n"
-		    "  -u, --unsort     Do not sort directory entries\n"
-		    "  -r, --recursive  List subdirectories recursively\n",
+		    "  -h, --help            A short option summary\n"
+		    "  -u, --unsort          Do not sort directory entries\n"
+		    "  -r, --recursive       List subdirectories recursively\n"
+		    "  -w, --well-formatted  File sizes will be formatted\n"
+		    "  -1, --single-column   Only the names will be returned\n",
 		    cmdname);
 	}
