chore: fix typos in files
This commit is contained in:
parent
afc7db53e1
commit
fa8ef7ab4b
2 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ makeshift download profile default
|
|||
|
||||
# upload a new profile with a specific path (used to set remote location)
|
||||
makeshift upload profile -d @kubernetes.json -p nodes/kubernetes.json
|
||||
makeshift upload profile -d @slurm.json -@compute.json -p nodes
|
||||
makeshift upload profile -d @slurm.json -d @compute.json -p nodes
|
||||
|
||||
# upload a new profile
|
||||
makeshift upload profile -d @compute.json
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ var uploadCmd = &cobra.Command{
|
|||
|
||||
# upload a new profile with a specific path (used to set remote location)
|
||||
makeshift upload profile -d @kubernetes.json -p nodes/kubernetes.json
|
||||
makeshift upload profile -d @slurm.json -@compute.json -p nodes
|
||||
makeshift upload profile -d @slurm.json -d @compute.json -p nodes
|
||||
`,
|
||||
Short: "Upload files and directories",
|
||||
PersistentPreRun: func(cmd *cobra.Command, args []string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue