Skip to content

Commit b510f4a

Browse files
committed
docs(comands): webdav can use latest~N to identify snapshots
1 parent 44ce845 commit b510f4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands/webdav.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pub struct WebDavCmd {
4646
file_access: Option<String>,
4747

4848
/// Specify directly which snapshot/path to serve
49+
///
50+
/// Snapshot can be identified the following ways: "01a2b3c4" or "latest" or "latest~N" (N >= 0)
4951
#[clap(value_name = "SNAPSHOT[:PATH]")]
5052
#[merge(strategy=conflate::option::overwrite_none)]
5153
snapshot_path: Option<String>,

0 commit comments

Comments
 (0)