mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
4c20ba8999
Remove the long option --userId to keep consistency with other options.
Only the short option -u is supported for specifying user ID.
Changes:
- Remove {"userId", required_argument, nullptr, 'u'} from LONG_OPTIONS
- Update HELP_MSG_START to remove --userId documentation
- Update code comments to remove --userId references
Signed-off-by: Luobniz21 <luoyicong@h-partners.com>
Co-Authored-By: Agent