Skip to content

Commit

Permalink
Merge pull request #1293 from vdice/backport-1262-to-v1.0
Browse files Browse the repository at this point in the history
[Backport v1.0] chore: clean up some command help text
  • Loading branch information
vdice authored Mar 16, 2023
2 parents 2d4cbd2 + 60759c9 commit 1f44b6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ use std::{io::Read, path::PathBuf};
use crate::opts::*;

/// Commands for working with OCI registries to distribute applications.
/// The set of commands for OCI is EXPERIMENTAL, and may change in future versions of Spin.
/// Currently, the OCI commands are reusing the credentials from ~/.docker/config.json to
/// authenticate to registries.
#[derive(Subcommand, Debug)]
pub enum RegistryCommands {
/// Push a Spin application to a registry.
Expand Down

0 comments on commit 1f44b6b

Please sign in to comment.