Skip to content

Commit

Permalink
doc: changed help output regarding local endpoints in dtnrecv and dtn…
Browse files Browse the repository at this point in the history
…trigger tools
  • Loading branch information
gh0st42 committed Oct 9, 2022
1 parent e475182 commit 16a5fc0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
tests/clab/*/results-*
experiment.log

bin/
results*-*/
2 changes: 1 addition & 1 deletion core/dtn7/src/bin/dtnrecv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct Args {
#[clap(short, long)]
verbose: bool,

/// Specify local endpoint, e.g. '/incoming', or a group endpoint 'dtn://helpers/~incoming'
/// Specify local endpoint, e.g. 'incoming', or a group endpoint 'dtn://helpers/~incoming'
#[clap(short, long, required_unless_present = "bid", conflicts_with = "bid")]
endpoint: Option<String>,

Expand Down
2 changes: 1 addition & 1 deletion core/dtn7/src/bin/dtntrigger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct Args {
#[clap(short, long)]
verbose: bool,

/// Specify local endpoint, e.g. '/incoming', or a group endpoint 'dtn://helpers/~incoming'
/// Specify local endpoint, e.g. 'incoming', or a group endpoint 'dtn://helpers/~incoming'
#[clap(short, long)]
endpoint: String,

Expand Down

0 comments on commit 16a5fc0

Please sign in to comment.