-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add long option to apfs-label & apfs-snap #17
base: master
Are you sure you want to change the base?
Conversation
Hi, I already saw your pull requests a while ago, it's just that I'm doing a lot of work on apfsprogs locally and I don't want to make a mess. I'll probably look into it in a few days. |
Okay, thanks :) |
Do you need this to support long options for a particular reason? |
Just because most of Linux commands, including file system user utilities, support |
I just checked and the mkfs tools for ext4 and xfs don't have a long --version. In fact they don't use -v, they use -V heh. I think it's better to leave it as it is, I don't know if there are portability issues with getopt_long. |
Btrfs tool has
|
Sure, I know that plenty of other tools have |
No description provided.