• Kir Kolyshkin's avatar
    criu --help: rectify --join-ns · 027e13fd
    Kir Kolyshkin authored
    * Fix English and rephrase
    * Mark with curly braces that PID and NS_FILE are exclusive options
    * Fix 80 columns violations
    * Remove usage examples
    * Remove the "experimental feature" warning
    * Add an empty line before "Check options" header
    
    As for removals, I believe --help output is not the proper place for
    examples or notices.
    
    Was:
      -J|--join-ns NS:PID|NS_FILE[,EXTRA_OPTS]
                            Join exist namespace and restore process in it.
                            Namespace can be specified in pid or file path format.
                                --join-ns net:12345 or --join-ns net:/foo/bar.
                            Extra_opts is optional, for now only user namespace support:
                                --join-ns user:PID,UID,GID to specify uid and gid.
                            Please NOTE: join-ns with user-namespace is not fully tested.
                            It may be dangerous to use this feature
    Check options:
    
    Now:
      -J|--join-ns NS:{PID|NS_FILE}[,OPTIONS]
                            Join existing namespace and restore process in it.
                            Namespace can be specified as either pid or file path.
                            OPTIONS can be used to specify parameters for userns:
                                user:PID,UID,GID
    Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
    Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    027e13fd
Name
Last commit
Last update
Documentation Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
lib Loading commit data...
scripts Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...