From 517fb954f46091a78f471435b7f284668138a2da Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 24 Nov 2006 23:06:08 +0000 Subject: [PATCH] Make quoting consistent. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2403 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- src/capchroot.c | 2 +- src/chbind.c | 2 +- src/chcontext.c | 2 +- src/fstool.c | 2 +- src/keep-ctx-alive.c | 2 +- src/nattribute.c | 2 +- src/ncontext.c | 2 +- src/rpm-fake-resolver.c | 2 +- src/secure-mount.c | 2 +- src/secure-umount.c | 2 +- src/vattribute.c | 2 +- src/vcontext.c | 4 ++-- src/vcopy.c | 2 +- src/vhashify.c | 2 +- src/vkill.c | 2 +- src/vlimit.c | 2 +- src/vnamespace.c | 2 +- src/vrsetup.c | 2 +- src/vserver-info.c | 2 +- src/vserver-stat.c | 2 +- src/vuname.c | 2 +- src/vunify.c | 2 +- src/vwait.c | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/capchroot.c b/src/capchroot.c index d739e6b..1004913 100644 --- a/src/capchroot.c +++ b/src/capchroot.c @@ -140,7 +140,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/chbind.c b/src/chbind.c index f017c33..9acea5f 100644 --- a/src/chbind.c +++ b/src/chbind.c @@ -331,7 +331,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); exit(wrapper_exit_code); break; } diff --git a/src/chcontext.c b/src/chcontext.c index 1d88b0d..00fe2e7 100644 --- a/src/chcontext.c +++ b/src/chcontext.c @@ -339,7 +339,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return 255; break; } diff --git a/src/fstool.c b/src/fstool.c index e686f8c..63fb044 100644 --- a/src/fstool.c +++ b/src/fstool.c @@ -218,7 +218,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/keep-ctx-alive.c b/src/keep-ctx-alive.c index 3ad5d00..a05bba9 100644 --- a/src/keep-ctx-alive.c +++ b/src/keep-ctx-alive.c @@ -177,7 +177,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return 255; break; } diff --git a/src/nattribute.c b/src/nattribute.c index 0cb1e97..5f732cc 100644 --- a/src/nattribute.c +++ b/src/nattribute.c @@ -156,7 +156,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return 255; break; } diff --git a/src/ncontext.c b/src/ncontext.c index 158732d..49292f6 100644 --- a/src/ncontext.c +++ b/src/ncontext.c @@ -279,7 +279,7 @@ int main (int argc, char *argv[]) args.nid = Evc_get_task_nid(0); if (!args.do_create && !args.do_migrate) - WRITE_MSG(2, "Neither '--create' nor '--migrate specified; try '--help' for more information\n"); + WRITE_MSG(2, "Neither '--create' nor '--migrate' specified; try '--help' for more information\n"); else if (args.do_create && args.do_migrate) WRITE_MSG(2, "Can not specify '--create' and '--migrate' at the same time; try '--help' for more information\n"); else if (!args.do_create && args.nid==VC_DYNAMIC_XID) diff --git a/src/rpm-fake-resolver.c b/src/rpm-fake-resolver.c index ce91ad7..0ff7a9b 100644 --- a/src/rpm-fake-resolver.c +++ b/src/rpm-fake-resolver.c @@ -116,7 +116,7 @@ parseArgs(struct ArgInfo *args, int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); exit(1); break; } diff --git a/src/secure-mount.c b/src/secure-mount.c index db8dd7c..87cc596 100644 --- a/src/secure-mount.c +++ b/src/secure-mount.c @@ -696,7 +696,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/secure-umount.c b/src/secure-umount.c index 2220ed5..c42ba60 100644 --- a/src/secure-umount.c +++ b/src/secure-umount.c @@ -60,7 +60,7 @@ int main(int argc, char *argv[]) if (argc<2) { WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; } diff --git a/src/vattribute.c b/src/vattribute.c index a20c0e6..0a25805 100644 --- a/src/vattribute.c +++ b/src/vattribute.c @@ -175,7 +175,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return 255; break; } diff --git a/src/vcontext.c b/src/vcontext.c index cabcbc3..6cb76ef 100644 --- a/src/vcontext.c +++ b/src/vcontext.c @@ -426,7 +426,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return wrapper_exit_code; break; } @@ -438,7 +438,7 @@ int main (int argc, char *argv[]) args.xid = Evc_get_task_xid(0); if (!args.do_create && !args.do_migrate) - WRITE_MSG(2, "Neither '--create' nor '--migrate specified; try '--help' for more information\n"); + WRITE_MSG(2, "Neither '--create' nor '--migrate' specified; try '--help' for more information\n"); else if (args.do_create && args.do_migrate) WRITE_MSG(2, "Can not specify '--create' and '--migrate' at the same time; try '--help' for more information\n"); else if (!args.do_migrate && args.is_initpid) diff --git a/src/vcopy.c b/src/vcopy.c index fd17623..35e8218 100644 --- a/src/vcopy.c +++ b/src/vcopy.c @@ -274,7 +274,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vhashify.c b/src/vhashify.c index 5e37887..49510de 100644 --- a/src/vhashify.c +++ b/src/vhashify.c @@ -711,7 +711,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vkill.c b/src/vkill.c index 11189e6..489046f 100644 --- a/src/vkill.c +++ b/src/vkill.c @@ -183,7 +183,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vlimit.c b/src/vlimit.c index 4babd55..5402bee 100644 --- a/src/vlimit.c +++ b/src/vlimit.c @@ -406,7 +406,7 @@ int main (int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); exit(wrapper_exit_code) ; break; } diff --git a/src/vnamespace.c b/src/vnamespace.c index aa42d19..366b967 100644 --- a/src/vnamespace.c +++ b/src/vnamespace.c @@ -172,7 +172,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return 255; break; } diff --git a/src/vrsetup.c b/src/vrsetup.c index b750d64..5505658 100644 --- a/src/vrsetup.c +++ b/src/vrsetup.c @@ -97,7 +97,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vserver-info.c b/src/vserver-info.c index d695fee..36465fd 100644 --- a/src/vserver-info.c +++ b/src/vserver-info.c @@ -562,7 +562,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); exit(1); break; } diff --git a/src/vserver-stat.c b/src/vserver-stat.c index 4927141..d3e1741 100644 --- a/src/vserver-stat.c +++ b/src/vserver-stat.c @@ -543,7 +543,7 @@ int main(int argc, char **argv) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vuname.c b/src/vuname.c index c7513cb..a75c4e0 100644 --- a/src/vuname.c +++ b/src/vuname.c @@ -242,7 +242,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vunify.c b/src/vunify.c index 0c98af4..c72581e 100644 --- a/src/vunify.c +++ b/src/vunify.c @@ -384,7 +384,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } diff --git a/src/vwait.c b/src/vwait.c index 56f79a3..9231cf9 100644 --- a/src/vwait.c +++ b/src/vwait.c @@ -199,7 +199,7 @@ int main(int argc, char *argv[]) default : WRITE_MSG(2, "Try '"); WRITE_STR(2, argv[0]); - WRITE_MSG(2, " --help\" for more information.\n"); + WRITE_MSG(2, " --help' for more information.\n"); return EXIT_FAILURE; break; } -- 1.8.1.5