From 1490112767ea6e06ea78e80d905b9dad41051798 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Fri, 29 May 2009 14:43:39 +0200 Subject: [PATCH] Add missing file to the repository Signed-off-by: Daniel Lezcano --- doc/common_options.sgml.in | 113 +++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 doc/common_options.sgml.in diff --git a/doc/common_options.sgml.in b/doc/common_options.sgml.in new file mode 100644 index 000000000..4a0b689fb --- /dev/null +++ b/doc/common_options.sgml.in @@ -0,0 +1,113 @@ + + + + Common Options + + + These options are common to most of lxc commands. + + + + + + + + Print a longer usage message than normal. + + + + + + + + Give the usage message + + + + + + + + + mute on + + + + + + + + + Output to an alternate log + FILE. The default is no log. + + + + + + + + + Set log priority to + LEVEL. The default log + priority is ERROR. Possible values are : + FATAL, CRIT, + WARN, ERROR, + NOTICE, INFO, + DEBUG. + + + + + + + + + Use container identifier NAME. + The container identifier format is an alphanumeric string. + + + + + + + + -- 2.47.2