Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Pushkar Mishra <[email protected]>
  • Loading branch information
Pushkarm029 committed Mar 23, 2024
1 parent 2cdd948 commit c743943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fs-storage/src/bin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ cargo run -- read /tmp/z key1,key2
key1: value1
key2: value2
```

2 changes: 1 addition & 1 deletion fs-storage/src/bin/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn main() {
let args: Vec<String> = env::args().collect();
if args.len() < 3 {
println!("Usage:");
println!(" cargo run -- write <path> <key1:value1,key2:value2,...>");
println!(" cargo run -- write <path> <json_file>");
println!(" cargo run -- read <path> <key1,key2,...>");
return;
}
Expand Down

0 comments on commit c743943

Please sign in to comment.