chore: fix typos in files

This commit is contained in:
David Allen 2025-08-31 00:21:19 -06:00
parent afc7db53e1
commit fa8ef7ab4b
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ makeshift download profile default
# upload a new profile with a specific path (used to set remote location) # 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 @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 # upload a new profile
makeshift upload profile -d @compute.json makeshift upload profile -d @compute.json

View file

@ -34,7 +34,7 @@ var uploadCmd = &cobra.Command{
# upload a new profile with a specific path (used to set remote location) # 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 @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", Short: "Upload files and directories",
PersistentPreRun: func(cmd *cobra.Command, args []string) { PersistentPreRun: func(cmd *cobra.Command, args []string) {