Skip to content

Commit

Permalink
Added documentation for MS-DOS and Win32 timestamp conversions (#4528)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheN00bBuilder committed Jun 2, 2024
1 parent 53ce6e5 commit ea5cee2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion binrz/man/rz-ax.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ Convert from hex string to character (rz-ax -s 43 4a 50)
.It Fl S
Convert from character to hex string (rz-ax -S < /bin/ls > ls.hex)
.It Fl t
Convert timestamp to string (rz-ax -t 1234567890)
Convert Unix timestamp to string (rz-ax -t 1234567890)
.It Fl m
Convert MS-DOS timestamp to string (rz-ax -m 0x12345678)
.It Fl W
Convert Win32 timestamp to string (rz-ax -W 1234567890)
.It Fl u
Convert given value to human readable units format (rz-ax -u 389289238 # 317.0M)
.It Fl v
Expand Down

0 comments on commit ea5cee2

Please sign in to comment.