X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fdu.c;h=b8bbe3d9ef10d0550d31fb349da01065e7718d15;hb=66426760beef7e87c4735f433d123daf911b5b4a;hp=7a6662d1e02fd21f0558fb2aed346b4767feca30;hpb=9f7780250ce4bbee9c0a8f1044875e303479e196;p=oweals%2Fbusybox.git diff --git a/coreutils/du.c b/coreutils/du.c index 7a6662d1e..b8bbe3d9e 100644 --- a/coreutils/du.c +++ b/coreutils/du.c @@ -31,7 +31,6 @@ //usage: IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") //usage: IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") //usage: " bytes.\n" -//usage: "\nOptions:" //usage: "\n -a Show file sizes too" //usage: "\n -L Follow all symlinks" //usage: "\n -H Follow symlinks on command line"