Skip to content

Commit 4a0f592

Browse files
authored
fix text where comments don't have spaces (nushell#387)
1 parent 691b666 commit 4a0f592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom-completions/cargo/cargo-completions.nu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export extern "cargo bench" [
331331
--profile: string@"nu-complete cargo profiles" # Build artifacts with the specified profile
332332
--ignore-rust-version # Ignore `rust-version` specification in packages
333333
--timings: string # Output information how long each compilation takes
334-
--target-dir: path# Directory for all generated artifacts and intermediate files
334+
--target-dir: path # Directory for all generated artifacts and intermediate files
335335
--verbose(-v) # Use verbose output. May be specified twice for "very verbose" output
336336
--quiet(-q) # Do not print cargo log messages
337337
--color: string@"nu-complete cargo color" # Control when colored output is used
@@ -340,7 +340,7 @@ export extern "cargo bench" [
340340
--manifest-path: path # Path to the Cargo.toml file
341341
--frozen # Require Cargo.lock and cache are up to date
342342
--locked # Require Cargo.lock is up to date
343-
--offline# Run without accessing the network
343+
--offline # Run without accessing the network
344344
-Z: any # Unstable (nightly-only) flags to Cargo, see 'cargo -Z help' for details
345345
-h, --help # Print help information
346346
--jobs(-j): number # Number of parallel jobs to run

0 commit comments

Comments
 (0)