We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b1a66 commit 2224ee5Copy full SHA for 2224ee5
cmd/internal/cli/inspect.go
@@ -644,7 +644,7 @@ var InspectCmd = &cobra.Command{
644
Run: func(cmd *cobra.Command, args []string) {
645
if isOCI {
646
actionPreRun(cmd, args)
647
- // singularity test <image> [args...]
+ // singularity inspect <image> [args...]
648
ep := launcher.ExecParams{
649
Image: args[0],
650
Action: "inspect",
0 commit comments