File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $ go test # All tests must pass
17
17
` note ` uses AppleScript to drive Notes.app. The underlying AppleScript script can be tested like this:
18
18
19
19
``` sh
20
- $ osascript append_to_latest_unshared_note.txt " text to append"
20
+ $ osascript append_to_latest_unshared_note.txt " Text to append"
21
21
```
22
22
23
23
Please note that the formatting of the text (as HTML) is set in the containing Go code.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func main() {
18
18
app := & cli.App {
19
19
Name : "note" ,
20
20
Usage : "Append to latest Apple Notes note" ,
21
- ArgsUsage : "<text to append> " ,
21
+ ArgsUsage : "\" Text to append\" " ,
22
22
Description : "Ignores shared notes. Formats as new line by default." ,
23
23
HideHelpCommand : true ,
24
24
Version : "v0.0.6" ,
You can’t perform that action at this time.
0 commit comments