Skip to content

Commit

Permalink
linkd: Clarify role ofprofile id flag
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Simmerl <[email protected]>
  • Loading branch information
xla committed Sep 7, 2021
1 parent f3233fe commit cd4257e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linkd/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ use librad::profile::{ProfileId, RadHome};

#[derive(Debug, Default, Eq, PartialEq, StructOpt)]
pub struct Args {
/// Identifier of the profile the daemon will run for. This value determines
/// which monorepo (if existing) on disk will be the backing storage.
#[structopt(long)]
pub profile_id: Option<ProfileId>,

Expand Down

0 comments on commit cd4257e

Please sign in to comment.