Skip to content

Commit

Permalink
release_note: wrote about -h
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Mar 31, 2024
1 parent 3f5d77c commit b0b9ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release_note_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
+ The permission of new files are set same as original files now.
+ Use `(original-name)-sponge(process-id)` as the format for temporary filenames
+ Zero byte files are not created even when errors or interrupts stop
+ `-h`: print args[0], version, GOOS, GOARCH to the standard error output

v0.1.1
=======
Expand Down
1 change: 1 addition & 0 deletions release_note_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
+ 新ファイルのパーミッションを旧ファイルと同じになるようにした。
+ 一時ファイルのフォーマットとして `(original-name)-sponge(process-id)` を使うようにした
+ エラーや Ctrl-C で中断された時、ゼロバイトのファイルを作成しないようにした
+ `-h` で、args[0], バージョン, OS, GOARCH を標準エラー出力に表示するようにした。

v0.1.1
======
Expand Down

0 comments on commit b0b9ab8

Please sign in to comment.