Skip to content

Commit c2ef3be

Browse files
committed
reverted docs-usage to old version
1 parent 136add8 commit c2ef3be

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

pages/docs/user-docs/docs-usage.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ $ singularity (opts1) [subcommand] (opts2) ...
1717
If you type `singularity` without any arguments, you will see a high level help for all arguments:
1818

1919

20-
```
20+
```bash
2121
USAGE: singularity [global options...] <command> [command options...] ...
2222

2323
GLOBAL OPTIONS:
2424
-d --debug Print debugging information
2525
-h --help Display usage summary
26-
-s --silent Only print errors
27-
-q --quiet Suppress all normal output
26+
-q --quiet Only print errors
2827
--version Show application version
2928
-v --verbose Increase verbosity +1
3029
-x --sh-debug Print shell wrapper debugging information
@@ -41,20 +40,23 @@ CONTAINER USAGE COMMANDS:
4140
test Execute any test code defined within container
4241

4342
CONTAINER USAGE OPTIONS:
44-
see singularity help <command>
43+
see singularity <command> help
4544

46-
CONTAINER MANAGEMENT COMMANDS:
47-
bootstrap Bootstrap a new Singularity image from scratch [root]
45+
CONTAINER MANAGEMENT COMMANDS (requires root):
46+
bootstrap Bootstrap a new Singularity image from scratch
4847
copy Copy files from your host into the container
4948
create Create a new container image
5049
expand Grow the container image
5150
export Export the contents of a container via a tar pipe
52-
inspect Display a container's metadata
5351
import Import/add container contents via a tar pipe
5452
mount Mount a Singularity container image
5553

5654
CONTAINER REGISTRY COMMANDS:
57-
pull pull a Singularity/Docker container to $PWD
55+
pull pull a Singularity Hub container to $PWD
56+
57+
58+
For any additional help or support visit the Singularity
59+
website: http://singularity.lbl.gov/
5860
```
5961

6062
### Options and argument processing
@@ -66,7 +68,7 @@ To further clarify this example, the `exec` Singularity subcommand will execute
6668
### Singularity Help
6769
Singularity comes with some internal documentation by using the `help` subcommand followed by the subcommand you want more information about. For example:
6870

69-
```
71+
```bash
7072
$ singularity help create
7173
CREATE OPTIONS:
7274
-s/--size Specify a size for an operation in MiB, i.e. 1024*1024B

0 commit comments

Comments
 (0)