Sometimes having a positional argument is useful. For example: `cp [options] source_file target_file` The source file and target file are positional arguments. It's not set by following a flag, but by its position.