Skip to content

Commit 26cd33c

Browse files
committed
add long to disk-space path
1 parent 7828a56 commit 26cd33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-cli/src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ pub fn create_app() -> App<'static, 'static> {
6868
.about("Returns the amount of free disk space in megabytes left on the partition that contains the given path")
6969
.arg(Arg::with_name("path")
7070
.help("A path in the partition that should be inspected.")
71+
.long("path")
7172
.required(true)
7273
.takes_value(true))
7374
)

0 commit comments

Comments
 (0)