diff --git a/killstream/kill_stream.py b/killstream/kill_stream.py index 7a3aa33..b74a1c0 100644 --- a/killstream/kill_stream.py +++ b/killstream/kill_stream.py @@ -255,7 +255,7 @@ if __name__ == "__main__": help='The unique identifier for the user.') parser.add_argument('--username', type=arg_decoding, help='The username of the person streaming.') - parser.add_argument('--sessionId', required=True, + parser.add_argument('--sessionId', help='The unique identifier for the stream.') parser.add_argument('--notify', type=int, help='Notification Agent ID number to Agent to send ' +