Skip to content

Commit

Permalink
📝 update description of tempset
Browse files Browse the repository at this point in the history
  • Loading branch information
Shieldine committed Jul 26, 2024
1 parent 5c43cbe commit c161fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tempset.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var tempSetCmd = &cobra.Command{
Short: "Set credentials without defining a profile",
Long: `Set git credentials for the current repository without saving them in a profile.
The credentials can be passed as flags right away.
If you don't pass them, you will be asked to provide a name, email and signing key (optional).
If you don't pass them, you will be asked to provide a name and an email.
`,
Run: runTempSet,
}
Expand Down

0 comments on commit c161fd8

Please sign in to comment.