Skip to content

Commit

Permalink
docs(rust): update --project-path help text on project ticket com…
Browse files Browse the repository at this point in the history
…mand
  • Loading branch information
0scvr authored and adrianbenavides committed Oct 12, 2023
1 parent 503012c commit 092f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/src/util/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub struct CloudOpts {

#[derive(Clone, Debug, Args, Default)]
pub struct TrustContextOpts {
/// Project config file (DEPRECATED)
/// Project config file
#[arg(global = true, long = "project-path", value_name = "PROJECT_JSON_PATH")]
pub project_path: Option<PathBuf>,

Expand Down

0 comments on commit 092f757

Please sign in to comment.