Skip to content

Commit

Permalink
chore: update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Sep 4, 2023
1 parent 8e70101 commit 860278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo_cli/src/cli/backend_cmd/use_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{backends::set_active_backend, errors::CliError};

use super::ls_cmd::get_available_backends;

/// Checks the constraint system for errors
/// Select the currently active backend
#[derive(Debug, Clone, Args)]
pub(crate) struct UseCommand {
backend: String,
Expand Down

0 comments on commit 860278f

Please sign in to comment.