projects
/
project
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d03be3
)
fix swapoff help text
author
John Crispin
<blogic@openwrt.org>
Tue, 23 Jul 2013 11:23:52 +0000
(13:23 +0200)
committer
John Crispin
<blogic@openwrt.org>
Tue, 23 Jul 2013 11:28:13 +0000
(13:28 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
block.c
patch
|
blob
|
history
diff --git
a/block.c
b/block.c
index 409365847998cdd084db1ad40dd4d60fb812135a..1c78a72470205e3fd3585a75a325151d4790e2e4 100644
(file)
--- a/
block.c
+++ b/
block.c
@@
-927,7
+927,7
@@
static int main_swapon(int argc, char **argv)
static int main_swapoff(int argc, char **argv)
{
if (argc != 2) {
- fprintf(stderr, "Usage: swapoff [-a] [DEVICE]\n\n
Stop swapping on DEVICE\n\n\t-a
Stop swapping on all swap devices\n");
+ fprintf(stderr, "Usage: swapoff [-a] [DEVICE]\n\n
\tStop swapping on DEVICE\n -a\t
Stop swapping on all swap devices\n");
return -1;
}