]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tools/cgset: Fix -R switch indentation in help menu
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 4 Oct 2024 07:08:51 +0000 (12:38 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 7 Oct 2024 21:17:06 +0000 (15:17 -0600)
commitec97c52ddaf3a8378ed4cb4f360d832d0b1b575a
tree0ff96e914abd8e5d849d7851a1a9a6b295573547
parent48f3ceb7b4329e311b3682679826486e5a3e152e
tools/cgset: Fix -R switch indentation in help menu

Fix the indentation of '-R' switch description of cgset help menu.

Before:
-------
$ cgset --help
Usage: cgset [-r <name=value>] <cgroup_path> ...
   or: cgset --copy-from <source_cgroup_path> <cgroup_path> ...
Set the parameters of given cgroup(s)
  -r, --variable <name>                 Define parameter to set
  --copy-from <source_cgroup_path>      Control group whose parameters will be copied
  -b                                    Ignore default systemd delegate hierarchy
  -R                                      Recursively set variable(s) for cgroups under <cgroup_path>

After:
------
$ cgset --help
Usage: cgset [-r <name=value>] <cgroup_path> ...
   or: cgset --copy-from <source_cgroup_path> <cgroup_path> ...
Set the parameters of given cgroup(s)
  -r, --variable <name>                 Define parameter to set
  --copy-from <source_cgroup_path>      Control group whose parameters will be copied
  -b                                    Ignore default systemd delegate hierarchy
  -R                                    Recursively set variable(s) for cgroups under <cgroup_path>

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/tools/cgset.c