Skip to content

Commit 6e07351

Browse files
QuentinBrossejerome-quere
authored andcommitted
fix: add stopped in place in ps command usage (#547)
1 parent 7ecc597 commit 6e07351

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ Options:
610610
```console
611611
Usage: scw ps [OPTIONS]
612612

613-
List servers. By default, only running servers are displayed.
613+
List servers. By default, only running and stopped in place servers are displayed.
614614

615615
Options:
616616

contrib/completion/bash/scw.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ _scw_products ()
401401

402402
_scw_ps ()
403403
{
404-
# List servers. By default, only running servers are displayed.
404+
# List servers. By default, only running and stopped in place servers are displayed.
405405

406406
local cur prev grps words=() #split=false
407407

pkg/cli/cmd_ps.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var cmdPs = &Command{
1515
Exec: runPs,
1616
UsageLine: "ps [OPTIONS]",
1717
Description: "List servers",
18-
Help: "List servers. By default, only running servers are displayed.",
18+
Help: "List servers. By default, only running and stopped in place servers are displayed.",
1919
Examples: `
2020
$ scw ps
2121
$ scw ps -a

0 commit comments

Comments
 (0)