diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commands/cmd_mount.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_mount.rs b/src/commands/cmd_mount.rs index c644767e..c845172d 100644 --- a/src/commands/cmd_mount.rs +++ b/src/commands/cmd_mount.rs @@ -137,7 +137,7 @@ pub struct Cli { #[arg(short, long, default_value = "ask", verbatim_doc_comment)] key_location: KeyLocation, - /// Device, or UUID=<UUID> + /// Device, or UUID=\<UUID\> dev: String, /// Where the filesystem should be mounted. If not set, then the filesystem |